Skip to content

docs: fix stale repo, branch, and architecture references#6113

Merged
Yicong-Huang merged 2 commits into
apache:mainfrom
Yicong-Huang:docs/repo-refs
Jul 4, 2026
Merged

docs: fix stale repo, branch, and architecture references#6113
Yicong-Huang merged 2 commits into
apache:mainfrom
Yicong-Huang:docs/repo-refs

Conversation

@Yicong-Huang

@Yicong-Huang Yicong-Huang commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this PR?

Cleans up leftovers from before the ASF migration, plus two small adjacent doc fixes:

  • github.com/Texera/texeragithub.com/apache/texera in CONTRIBUTING.md (fork + Actions links), docs/contribution-guidelines/_index.md, docs/examples/_index.md, and the clone URL in guide-for-developers.md.
  • CONTRIBUTING.md: PRs are squash-merged into main, not master (two mentions).
  • docs/examples/_index.md: dropped the dead link to an examples/ directory that has never existed in this repo.
  • SECURITY.md: "Kubernates PODs" → "Kubernetes pods".

Any related issues, documentation, discussions?

Closes #6107

How was this PR tested?

Docs-only change. Verified main is the default branch and apache/texera the canonical repo (git remote -v, .github/workflows/required-checks.yml), and that grep -rn "github.com/Texera/texera" finds no remaining hits outside files handled by #6111.

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Claude Fable 5)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the docs Changes related to documentations label Jul 4, 2026
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Contributors with relevant context: @Ma77Ball, @bobbai00
    You can notify them by mentioning @Ma77Ball, @bobbai00 in a comment.

@Yicong-Huang Yicong-Huang requested review from bobbai00 and chenlica July 4, 2026 18:22
@Yicong-Huang

Copy link
Copy Markdown
Contributor Author

cc @Ma77Ball for review

@Yicong-Huang Yicong-Huang added the release/v1.2 back porting to release/v1.2 label Jul 4, 2026
@Yicong-Huang Yicong-Huang requested a review from xuang7 July 4, 2026 20:24

@xuang7 xuang7 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! One question for the release/v1.2 backport: the notebook-migration-service/ addition is correct on main, but that service does not exist on release/v1.2. Do we want to include it in the backport as well, or should we manually adjust the backport?

@Yicong-Huang Yicong-Huang added this pull request to the merge queue Jul 4, 2026
@Yicong-Huang Yicong-Huang removed this pull request from the merge queue due to a manual request Jul 4, 2026
@Yicong-Huang

Copy link
Copy Markdown
Contributor Author

I see. let me remove notebook-migration-service/ related change from this PR.

….2 backport

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Yicong-Huang

Copy link
Copy Markdown
Contributor Author

Removed the notebook-migration-service/ addition to AGENTS.md from this PR (8900869) so the release/v1.2 backport applies cleanly. Will re-add it on main in a separate PR.

@Yicong-Huang Yicong-Huang added this pull request to the merge queue Jul 4, 2026
Merged via the queue into apache:main with commit f787472 Jul 4, 2026
26 checks passed
@Yicong-Huang Yicong-Huang deleted the docs/repo-refs branch July 4, 2026 23:07
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Backport to release/v1.2 succeeded as ac045e3. Run

Yicong-Huang added a commit that referenced this pull request Jul 4, 2026
### What changes were proposed in this PR?

Cleans up leftovers from before the ASF migration, plus two small
adjacent doc fixes:

- `github.com/Texera/texera` → `github.com/apache/texera` in
`CONTRIBUTING.md` (fork + Actions links),
`docs/contribution-guidelines/_index.md`, `docs/examples/_index.md`, and
the clone URL in `guide-for-developers.md`.
- `CONTRIBUTING.md`: PRs are squash-merged into `main`, not `master`
(two mentions).
- `docs/examples/_index.md`: dropped the dead link to an `examples/`
directory that has never existed in this repo.
- `SECURITY.md`: "Kubernates PODs" → "Kubernetes pods".

### Any related issues, documentation, discussions?

Closes #6107

### How was this PR tested?

Docs-only change. Verified `main` is the default branch and
`apache/texera` the canonical repo (`git remote -v`,
`.github/workflows/required-checks.yml`), and that `grep -rn
"github.com/Texera/texera"` finds no remaining hits outside files
handled by #6111.

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Claude Fable 5)

---------

(backported from commit f787472)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Yicong-Huang added a commit to wwong0/texera that referenced this pull request Jul 5, 2026
…pache#6118)

### What changes were proposed in this PR?

Adds `notebook-migration-service/` to the Backend services row of the
Architecture Map in `AGENTS.md`. The module is wired in `build.sbt` but
was missing from the map. This was originally part of apache#6113 and dropped
there so the `release/v1.2` backport applies cleanly (the service does
not exist on that branch); this PR targets `main` only and should not be
backported.

### Any related issues, documentation, discussions?

Closes apache#6117. Follow-up to apache#6113.

### How was this PR tested?

Docs-only change. Verified `notebook-migration-service` is wired in
`build.sbt`.

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Claude Fable 5)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Changes related to documentations release/v1.2 back porting to release/v1.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs still reference the pre-ASF repo location and master branch

2 participants